 |
API Documentation
|
|
|
void checkFolderExists(nkMemory::String path)
nkMemory::String getFromWorkingDirFromAbsolute(const nkMemory::StringView &absolutePath) const
nkMemory::String getLaunchedPath() const
nkMemory::Buffer loadFileIntoMemory(const nkMemory::StringView &filePathAbs, bool silent=false)
Manager helping with path finding and resource loading.
Definition: ResourceManager.h:23
bool checkFileExists(const nkMemory::StringView &filePathAbs) const
nkMemory::String getRelativeFromWorkingDir(const nkMemory::StringView &workingPath) const
A buffer holding binary data.
Definition: Buffer.h:32
void setLaunchedPath(const nkMemory::StringView &path)
nkMemory::String getAbsoluteFromWorkingDir(const nkMemory::StringView &workingPath) const
nkMemory::String getAbsoluteFromRelative(const nkMemory::StringView &relativePath) const
void setWorkingPath(const nkMemory::StringView &path)
Class holding information about a string, with ownership over the data.
Definition: String.h:22
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
nkMemory::String getRelativeFromAbsolute(const nkMemory::StringView &absolutePath) const
nkMemory::String getWorkingPath() const
nkMemory::String getFromWorkingDirFromRelative(const nkMemory::StringView &relativePath) const
nkMemory::String getWorkingPathAbsolute() const
void setWorkingPathAbsolute(const nkMemory::StringView &path)
Encompasses all API of component NilkinsResources.
Definition: LogManager.h:7